|
|||||||||||||||||||
This license of Clover is provided to support the development of Flock only. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover. | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
FeedFactoryI.java | - | - | - | - |
|
1 |
package net.sf.flock; |
|
2 |
|
|
3 |
public interface FeedFactoryI { |
|
4 |
|
|
5 |
public FeedI createFeed(SubscriptionInfoI subscriptionInfoI); |
|
6 |
|
|
7 |
} |
|
8 |
|
|